java.lang.Objectorg.nlogo.agent.ImportPatchColors
public class ImportPatchColors
| Constructor Summary | |
|---|---|
ImportPatchColors()
|
|
| Method Summary | |
|---|---|
static void |
doImport(BufferedImage image,
World world,
boolean asNetLogoColors)
|
static void |
importPatchColors(File imageFile,
World world,
boolean asNetLogoColors)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImportPatchColors()
| Method Detail |
|---|
public static void importPatchColors(File imageFile,
World world,
boolean asNetLogoColors)
throws IOException
IOException
public static void doImport(BufferedImage image,
World world,
boolean asNetLogoColors)